net/http.http2http2Config.SendPingTimeout (field)

8 uses

	net/http (current package)
		h2_bundle.go#L1060: 	SendPingTimeout              time.Duration
		h2_bundle.go#L1077: 		SendPingTimeout:              h2.ReadIdleTimeout,
		h2_bundle.go#L1095: 		SendPingTimeout:           h2.ReadIdleTimeout,
		h2_bundle.go#L1185: 		conf.SendPingTimeout = h2.SendPingTimeout
		h2_bundle.go#L5023: 	if conf.SendPingTimeout > 0 {
		h2_bundle.go#L5024: 		sc.readIdleTimeout = conf.SendPingTimeout
		h2_bundle.go#L5025: 		sc.readIdleTimer = sc.srv.afterFunc(conf.SendPingTimeout, sc.onReadIdleTimer)
		h2_bundle.go#L8259: 		readIdleTimeout:             conf.SendPingTimeout,